pointer argument meaning in Chinese
指针型自变量
Examples
- Avoid doing expensive argument checking of pointer arguments
避免对指针参数进行高开销的参数检查。 - Do provide an alternative for any member that takes a pointer argument , as pointers are not cls - compliant
为所有采用指针参数的成员提供替代指针参数的办法,因为指针不符合cls 。 - In this example , it will raise an exception because the pointer argument we supply isn ' t aligned to a 4 - byte boundary
在这个例子中,它将产生一个异常,因为我们提供的指示器意见不是排列成一个4位分界的。 - This declspec is a promise to the compiler , and if the function references globals or second - level indirections of pointer arguments then the compiler may generate code that breaks the application
此declspec是对编译器的一个承诺,如果该函数引用全局变量或第二层间接指针参数,则编译器会生成将中断应用程序的代码。